Skip to content

Conversation

@samfrances
Copy link
Contributor

@samfrances samfrances commented Jun 30, 2019

Fulfils #369.

  • Create pipeline() function, which is equivalent to compose(), but with the functions composed left-to-right.
  • Write tests for pipeline() function.
  • Refactor of the tests for compose(), so that we can programmatically ensure that compose() and pipeline() have equivalent tests.

This involved some refactoring of the tests for compose(), so that
we can programmatically ensure that compose() and pipeline()
have equivalent tests.
This unfortunately removes ability of parametrized tests to fail
independently, but is necessary so that CI tests will pass
@samfrances samfrances mentioned this pull request Jun 30, 2019
@eriknw
Copy link
Member

eriknw commented Jul 8, 2019

LGTM! Thanks for your effort and patience.

@eriknw eriknw merged commit e8989cf into pytoolz:master Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants